home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving Financial Service…olutions Suite 1994 Fall
/
Serving Financial Services Solutions Suite 1994 Fall.iso
/
Apps
/
Sarrus
/
SBook.app
/
English.lproj
/
bulkemailer.nib
/
data.classes
next >
Wrap
Text File
|
1994-12-14
|
2KB
|
115 lines
AbstractAppController = {
ACTIONS = {
saveAll:;
autosave:;
appDidInit:;
open:;
};
SUPERCLASS = Object;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
ReportGenerator = {
ACTIONS = {
changedUnits:;
layout:;
changedSelectionCriteria:;
print:;
cancel:;
};
OUTLETS = {
leftMarginCell;
includePhonesSwitch;
withoutPhonesSwitch;
includeNamesSwitch;
includeNamesAndAddresses;
font3;
fontChooser2;
withoutAddressSwitch;
font1;
preview;
rightMarginCell;
printview;
bottomMarginCell;
unitsCover;
cloneElement;
includeAddressSwitch;
font2;
fontChooser3;
window;
topMarginCell;
fontChooser1;
slc;
zoomScrollView;
numPagesCell;
numEntriesCell;
};
SUPERCLASS = Object;
};
BulkEmailer = {
ACTIONS = {
setGroup:;
send:;
okayAddToGroup:;
addPrivateGroups:;
addPrivateUsers:;
cancelAddToGroup:;
copy:;
};
OUTLETS = {
groupBrowser;
groupPanel;
addressesCell;
emailAddresses;
text;
groupNameCell;
};
SUPERCLASS = ReportGenerator;
};
SBookController = {
ACTIONS = {
import:;
showPrefs:;
newEnvelopeWindow:;
newLogWindow:;
bugsAndSuggestions:;
newList:;
showInfo:;
deleteName:;
showInspector:;
};
OUTLETS = {
emailer;
fileMenuCell;
fontMenuCell;
importer;
infoPanel;
saveAllCell;
dialer;
every;
exporter;
toolsMenuCell;
prefController;
nameActionsCell;
toolsMenu;
bulkEmailer;
enveloper;
slistController;
inspector;
mailingLabels;
addressBook;
textMenuCell;
infoVersionCell;
newLogger;
unlockModemCell;
reportsMenuCell;
ranger;
iconsMenuCell;
registrationPanel;
};
SUPERCLASS = AbstractAppController;
};